home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / vseg10.zip / __001.EXE / _SETUP.BAT < prev    next >
DOS Batch File  |  1995-02-09  |  1KB  |  26 lines

  1. @echo off
  2. echo "Thank you for choosing to evaluate XYZ Software's new killer program..."
  3. echo.
  4. echo At this point you are seeing the contents of a developer-created batch
  5. echo file, called _setup.bat.  The use of a _setup.bat is optional, but is
  6. echo provided to afford the developer the opportunity for custom configurations
  7. echo or simply a personal welcome or thank you message for the end-user.
  8. echo (_Setup.bat is placed inside the __001.EXE archive; see documentation.)
  9. echo.
  10. echo A _setup.bat may be used if the developer needs to create subdirectories
  11. echo (and move files into such subdirectories), check config.sys settings or
  12. echo display critical messages (ie, 'Make certain the FILES= setting in your
  13. echo config.sys file is set to FILES=30 or greater') or provide initial operat-
  14. echo ing instructions (ie, 'With the included copy of LIST.COM, you may read
  15. echo the documentation by typing LIST MANUAL.DOC and pressing Enter'), etc.
  16. echo.
  17. echo The _setup.bat need not display any message at all while it is performing
  18. echo custom configuration commands, but it may do so if the developer wishes.
  19. echo It will execute as if normally executed from the DOS prompt in the direc-
  20. echo tory where the developer's program has just been installed.
  21. echo.
  22. echo _Setup.bat is deleted from the directory after its execution.  (After this
  23. echo screen, this particular instance of Visible::Setup-G is complete...)
  24. echo.
  25. pause
  26.